Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Get code ready for a loop (and a little RFC)

by Veltro (Hermit)
on Mar 14, 2020 at 10:43 UTC ( [id://11114249]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MySVG ;
    
    ...
    - In case only your current project uses it and the pm file is in say 
    +"lib\MySVG\" and you are working on a file in lib\somewhere-else\:
      use File::Basename qw( dirname ) ;
      use lib dirname( dirname __FILE__ ) . '/MySVG' ;
    

Log In?
Username:
Password:

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

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

    No recent polls found