Hello,
I need to refresh a page from crontab. Can I use Perl if so then how?
Regards,
ak
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23117440.html
Is there any Windows perl module (installable and well running) for Shared Memory?
It seems that modules like
IPC::Shareable
Win32::MMF::Shareable
are not ready to use (Activestate Perl).
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23312151.html
I have a perl script that was done with help of someone but its not yielding proper results. The script basically, does a wget on various pages and stores output of how long does a particular site...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23874729.html
Zones:
PerlDate Answered: 11/17/2008 Grade: B Views: 8
I'm running perl 5.8.8 on Ubuntu 7.10.
I have a basic perl script, checkdir.pl that checks a directory for files, parses them, then moves them. I get the list of filenames in the directory ok, ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23389456.html
Zones:
PerlDate Answered: 07/01/2008 Grade: B Views: 12
New to Perl
I need to copy tif files from 1 directory to another directory using a txt file as input. Txt file contains either a file or directory, one per line (files have a + as first characte...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23243019.html
Zones:
Perl,
LanguagesDate Answered: 03/18/2008 Grade: A Views: 13
Perl's Best Practices book recommends the use of the ReadOnly module which is currently only available from CPAN.
Does this mean if I have a script on one system, and want to use a script that u...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22995473.html
Zones:
PerlDate Asked: 12/01/2007 Points: 125 Comments: 5
Hi Experts,
I'm after a regex for Perl which matches all lines which contain:
..."...ABC... (anything+quotes+anything+ABC+anything)
EXCEPT those which have a "#" or a "{" *anywhere* in the...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23233654.html
I am reading a simple ASCII string from /dev/ttyS0 continuously from a backgrounded perl script.
The device is sending a small "ALOHA" string every ~0.5 seconds. After a really long time, the scri...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23241755.html
Zones:
PerlDate Answered: 03/28/2008 Grade: B Views: 12
have a perl script my_script.pl which I invoke under C-shell on Linux (brand new Linux install and its not about the script since it has no problems on another server).
I invoke it by typing the f...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23413917.html
Something is wrong with Perl I guess, and when trying to install some Perl module via CPAN or trying to upgrade CPAN we'll get this error:
cpan> install CPAN::Bundle
Fetching with LWP:
ftp:/...
http://www.experts-exchange.com/OS/Linux/Q_23819983.html