Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Variable to point to library?

by orderthruchaos (Scribe)
on Jul 12, 2004 at 17:52 UTC ( [id://373674]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    WriteMakefile(
        NAME              => 'Test::Bin',
    ...
          { 'bin/test.PL $(INSTALLSITELIB) $(INSTALLSITEARCH)'
                   => 'lib/Test/Bin.pm' },
    );
    
  2. or download this
    package Test::Bin;
    
    ...
    
    1;
    __END__
    
  3. or download this
    #!/usr/bin/perl -w -pi~
    # Use command line options to read and write file(s).
    ...
    1;
    
    __END__
    
  4. or download this
    package Test::Bin;
    
    ...
    
    1;
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-03-29 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found