SOFTWARE101 

News, Information,

Resources, Sales

 

  Exact Time

 

  

 

Custom Search

 

   Software101 GURU Custom Search on Anything! - Try it now!

  FIRE101 Jobs: 

  FIREMEN, EMS, Emergency, Rescue

  POLICE101 Jobs:

   Cops,Officers,Security

  Mainframe IT Jobs:

   z/OS, z/VM, DB2, COBOL,QA,INTERNs

  Software Jobs:

   Web, Linux, C++, Java, INTERNs

  Finance Jobs:

   Accounting, INTERNS, Brokers, Invest

  Legal, Lawyer Jobs:

   Paralegals, INTERNs,Law Firms

  Medical, Nurse Jobs:

   Doctors, INTERNs, Nurses, ER

  Genetic, Science Jobs

   Genetics, Research, INTERNs, Labwork

 

* Latest "Perl" in the News * 

 

 

     Live EBAY Auctions 

     Internet Search Results 

operators - What does =~ do in Perl? - Stack Overflow
14 The '=~' operator is a binary binding operator that indicates the following operation will search or modify the scalar on the left. The default (unspecified) operator is 'm' for match. The matching operator has a pair of characters that designate where the regular expression begins and ends. Most commonly, this is '//'. Give Perl Re tutorial ...

What is the meaning of @_ in Perl? - Stack Overflow
128 perldoc perlvar is the first place to check for any special-named Perl variable info. Quoting: @_: Within a subroutine the array @_ contains the parameters passed to that subroutine. More details can be found in perldoc perlsub (Perl subroutines) linked from the perlvar: Any arguments passed in show up in the array @_ .

operators - What is the difference between "||" and "or" in Perl ...
53 From Perl documentation: OR List operators On the right side of a list operator, it has very low precedence, such that it controls all comma-separated expressions found there.

What's the use of <> in Perl? - Stack Overflow
@pst, <> is not a file handle, "null" or otherwise. It's an operator. Specifically, the readline operator. There's a reference to it as the "angle operator" in perlvar, although there isn't actually any such operator. The angle brackets are used by two operators: readline or glob. The operator depends on the contents of the brackets.

operators - What does =~ mean in Perl? - Stack Overflow
Possible Duplicate: What does =~ do in Perl? In a Perl program I am examining (namly plutil.pl), I see a lot of =~ on the XML parser portion. For example, here is UnfixXMLString (lines 159 to 167 ...

terminology - What does " ~~ " mean in Perl? - Stack Overflow
5 It is the smartmatch operator. In general, when you want information about operators in Perl, see perldoc perlop

Perl: Use s/ (replace) and return new string - Stack Overflow
In Perl, the operator s/ is used to replace parts of a string. Now s/ will alter its parameter (the string) in place. I would however like to replace parts of a string befor printing it, as in pri...

How can I parse command-line arguments in a Perl program?
I'm working on a Perl script. How can I parse command line parameters given to it? Example: script.pl "string1" "string2"

How do you round a floating point number in Perl?
In 5.000 to 5.003 perls, trigonometry was done in the Math::Complex module. With 5.004, the Math::Trig module (part of the standard Perl distribution) implements the trigonometric functions. Internally it uses the Math::Complex module and some functions can break out from the real axis into the complex plane, for example the inverse sine of 2.

Perl subroutine arguments - Stack Overflow
I have been reading about Perl recently and am slightly perplexed about how Perl handles arguments passed to subroutines. In a language like Python, Java or PHP, a function definition takes the for...

 * Contact us:  support@z101.com
 
                                  

Copyright 2012-2024 SOFTWARE101.COM