|
First
|
Prev |
Next
|
Last
Pages: 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585
Setting permissions on remote directory using Net::SFTP Hi, I am in the process of writing a script that puts files on a remote unix box from a windows machine (I am also using Net::SSH::W32Perl). It is important that these files are placed in the correct directory and if that directory does not exist, it must be created with the correct permissions (777). For this I... 25 Oct 2006 18:42
unable to calculate large file size Hi My perl script is a very big script and performs a lot of complex tasks. One of the tasks within the script is to calulate the size of a file as follows: $size = -s $filename; $size = -1 unless defined($size); When the file size is larger than 1GB for example 16376862124 bytes or 16 GB, the script return... 26 Oct 2006 07:52
ActivePerl Module Install I have downloaded the Text-CSV-Seperator-0.09 module to the directory c:\perl\lib\test-csv-Seperator-0.09 directory. How do I install the module? How do I determine which modules are installed? What I have tried: 1. Dowloaded the module to the directory above 2. From the directory above run makefile.pl (wri... 17 Oct 2006 15:39
Hanging at several places when multiple-commanding Net::SSH::W32Perl Hi all, I installed W32Perl lately and had to do some modifications in order to make it run on windows (like define the $ENV and create a .ssh folder. First problem i faced is that the program is hanging after it executes the command. I know that it has already executed the command from: mazendesktop: Sendin... 17 Oct 2006 12:29
Net::SSH:W32Perl also uses getpwuid! I am a new Perl user trying to setup an SSH connection using Perl. So I first downloaded the Net::SSH:Perl package. Since I am a Windows XP user, the getpwuid function didn't work. I googled and found that Net::SSH:W32Perl solves that problem. But when i downloaded Net::SSH:W32Perl, and opened the W32Perl.pm file, ... 16 Oct 2006 03:54
FAQ 4.47 How do I handle circular lists? This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 14 Oct 2006 21:32
help me pass argument to the subroutine and then return the value from that subroutine to another. Hi, I want the Perl script to pass $folders to CreateArray subroutine. Once the forech loop is over and an array is created in the CreateArray I want it to be passed to the Process subroutine , and then to the hash_grep subroutine .Then the array is printed. #!\iw-home/iw-perl/bin/iwperl -w #use strict; use ... 14 Oct 2006 22:03
Net::SSH stuck Hi all, I'm running the script below in windows command line and the script is stuck. (I need to run the unix task from the windows command line.) #!/usr/bin/perl use strict; use warnings; use Net::SSH qw (ssh issh sshopen2 sshopen3); print Net::SSH::ssh_cmd( { host => 'host.name', com... 12 Oct 2006 12:22
Gusetbook with flowers and comment Hi folks, I'd like to get a perl script where I can have people fill in a small form and choose a flower/image (Its a memorial page), which is then published on the same page. I guess it would be a guestbook type of thing, but I can't find any where people can pick their own flowers/images. Many thanks for help an... 9 Oct 2006 14:02
Hard or Easy? To find string, then grab criterion matched lines above and below? Hello, I know this is a trivial parse / grep job for any Perl rake worth his salt, but does anyone have guidance on how this Perl newbie might pull a string from one file and use this string to pull the lines in another file out, and also pull the first line before (matching criteria) and the first line afte... 9 Oct 2006 16:08 |