Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: many files can't find

by tmharish (Friar)
on Feb 26, 2013 at 06:41 UTC ( [id://1020609]=note: print w/replies, xml ) Need Help??


in reply to many files can't find

First off you need to note that system runs a command on your OS. This is almost a shell script.

Your code uses the following *nix commands:

  1. sort
  2. uniq
  3. mv
  4. spell

Additionally it runs certain Perl scripts, ( The perl5 ... bit ) and redirects the output to files that are then subsequently sorted, moved, deleted ...

To get this to work you either need to call your other Perl programs as functions and user Perl to sort and uniq and so on OR you need to find windows equivalents to each of these commands, and make sure that they work from command line before creating a script with it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-04-23 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found