Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Global Variable

by oko1 (Deacon)
on Sep 22, 2008 at 14:46 UTC ( [id://713032]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $error = 10;
    print "$error.\n";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "After: ";
    # Run the first script
    do "file1";
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "After: ";
    # Run the first script
    do "file1";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-20 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found