Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. perlnovice

    Net::FTP and variables

    Sorry about the my unspecific question. Actually, what I wanted to know was how to use the FTP module to get a file that matches a certain pattern. I wanted to know whether you can pass a pattern as a variable. I only know how to get a specific file name via $ftp->get($variable) but is it...
  2. perlnovice

    Net::FTP and variables

    If I wanted to make the variable a regular expression, would that still be enclosed in double quotes? perlnovice
  3. perlnovice

    Net::FTP and variables

    I know this must be a very simple question, but how do you pass a variable? For example, this doesn't work when I try it: $variable = somefile; $ftp->get("$variable"); Any help would be much appreciated. --Perlnovice

Part and Inventory Search

Back
Top