Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: My Life

by tachyon (Chancellor)
on Aug 04, 2001 at 19:51 UTC ( [id://102246]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $var = "Hello", $var .= " World!" , print $var;
    
  2. or download this
    use diagnostics;
    
    bareword;
    
  3. or download this
    use strict;
    use warnings;
    ...
    myfunc;
    
    print myfunc;
    
  4. or download this
    Bareword "LILO" not allowed while "strict subs" in use at index.pl lin
    +e 7.
    Global symbol "$finished" requires explicit package name at index.pl l
    +ine 26.
    ...
    Bareword "make" not allowed while "strict subs" in use at index.pl lin
    +e 45.
    Bareword "plan" not allowed while "strict subs" in use at index.pl lin
    +e 45.
    Execution of mylife.pl aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-19 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found