Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Error while trying to open a file

by Anonyrnous Monk (Hermit)
on Jan 05, 2011 at 11:35 UTC ( [id://880574]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
       $file = 'C:/abc/def/klm/Properties/' . $artefact.properties;
    
    print $file;
    
  2. or download this
    $ ./880572.pl
    Unquoted string "properties" may clash with future reserved word at ./
    +880572.pl line 9.
    C:/abc/def/klm/Properties/foo.properties
    C:/abc/def/klm/Properties/fooproperties
    
  3. or download this
    $ ./880572.pl
    Bareword "properties" not allowed while "strict subs" in use at ./8805
    +72.pl line 10.
    Execution of ./880572.pl aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 06:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found