Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: pattern matching with wildcards...

by mikerzz (Acolyte)
on May 12, 2009 at 16:53 UTC ( [id://763538]=note: print w/replies, xml ) Need Help??


in reply to Re: pattern matching with wildcards...
in thread pattern matching with wildcards...

CountZero, Thanks for the response. I probably should have mentioned that I can't install any other Perl modules on this server, so I am stuck using only Net::FTP. Mike R
  • Comment on Re^2: pattern matching with wildcards...

Replies are listed 'Best First'.
Re^3: pattern matching with wildcards...
by CountZero (Bishop) on May 12, 2009 at 17:49 UTC
    Net::FTP::Simple is pure Perl, so if the server-admins refuse (for no good reason) to install it, you can still include it in your own home-folder or even as part of your own script.

    Have a look at Yes, even you can use CPAN.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      CountZero, Thanks again for the reply. Yes, I could install the Net::FTP::Simple module in my home directory, but this perl script will not be run from the server where I am developing it. It will be run from a production server that I have no access to. Mike R
        Then include the module as part of your script.

        CountZero

        A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-23 19:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found