Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Never lock $0 inside of a BEGIN block

by demerphq (Chancellor)
on May 21, 2003 at 20:50 UTC ( [id://259880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     1    #!perl
     2    # Utility vars
    ...
    15    for my $i (0.. length($foo)-1) {
    16        print "$i ",substr($foo,$i,1),"\n";
    17    }
    
  2. or download this
    syntax error at D:\perl\scratch\errors.pl line 15, near "$i ("
    Execution of D:\perl\scratch\errors.pl aborted due to compilation erro
    +rs.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-18 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found