Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: many files can't find

by vinoth.ree (Monsignor)
on Feb 26, 2013 at 04:30 UTC ( [id://1020601]=note: print w/replies, xml ) Need Help??


in reply to many files can't find

Hi warmsuns,

Are you using
use strict;
use warnings;
in your code?

As your error message says, the script could not find the files. give the absolute path to the file names

Replies are listed 'Best First'.
Re^2: many files can't find
by Anonymous Monk on Feb 26, 2013 at 06:52 UTC
    Are you using use strict; use warnings; in your code?
    How exactly does this help the OP? The code provided does not have problems when strict and warnings are added.
    As your error message says, the script could not find the files.
    The OP knows that:
    This is the problem I encounted ,and the following is the code where the above missing files are used
    And the gem:
    give the absolute path to the file names
    Of course that will help with:
    there are many commands used in the program, like "perl5 " and the two files names follows with the "sort"command ,I just can't get the meaning from these.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-19 08:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found