Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: using split

by naikonta (Curate)
on Jun 05, 2007 at 02:02 UTC ( [id://619272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'my $x; if ($x = 1) {}'
    
  2. or download this
    perl -Xe 'my $x; if ($x = 1) {}'
    
  3. or download this
    # disable all warnings
    no warnings;
    ...
    no warnings 'syntax';
    my $x;
    if ($x = 1) {}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://619272]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found