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

RFC: feature proposal re code in @INC

by blazar (Canon)
on Jan 26, 2006 at 11:47 UTC ( [id://525698]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    bar;
    
    __END__
    
  2. or download this
    $ perl -le 'use lib sub {$_[1]="Foo.pm"; undef}; use Anything;'
    Modification of a read-only value attempted at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found