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

Invalid use of constant pragma?

by dhable (Monk)
on Nov 29, 2001 at 01:30 UTC ( [id://128195]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Because of my C++ background
    use constant PROJECT => $ARGV[0];
    ...
    # debuggging
    print "PROJECT value = " . PROJECT . "\n";
    print "ARCHIVE value = " . ARCHIVE . "\n";
    
  2. or download this
         if( ARCHIVE eq "") {
              warn( "No archive file was supplied.\n");
              exit 1201;
         }
    
  3. or download this
    PROJECT value = P:\Software
    ARCHIVE value =
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found