#!/usr/local/bin/perl print "content-type: text/html\n\n"; open (FILE, "< file.txt") or die("File not found"); seek FILE, 0,21; while(<FILE>) {...
use LWP::UserAgent; $ua = LWP::UserAgent->new; $ua->agent("MyApp/0.1 "); $ua->proxy(['http','ftp'] => 'http://proxy.mycompany.com:1080');
I checked in IE, works fine.
Nice one!
my @data; open(H,'yourFile.txt') or die $!; while( my $line = <H>) { push(@data,lc $line); } close H; open(H,'>yourFile.txt') or die $!; print H...
Nice and simple article, well explained!
Working with dates is a very common feature of any application, be it a web app or a desktop one. Some people consider Perl to be a language where...
Nice post!
What problem are you facing with your script?
open(H,'yourfile.txt'); my @data = <H>; my $scalar_data = join(':',@data);
Facebook's API is the best!
A very common technique used by many developers is to redirect the user to another URL or the referrer URL after doing some work e.g. processing a...
Attach the file so that someone can have a look at it, and help you out.
What ActiveX control is it?
Is it safe? Which drive does it erase?
http://windowsxp.mvps.org/listproc.htm
Re: is there a way to connect to a wireless internet signal through the unix terminal some routers can be access using telnet, please check your...
for($i=0;$i<10;$i++) { $j=$i+1; eval { \@arr$j[$i]="some value"; }; }
you can send him the module .pm files if they are not a binary-component based module.
Re: Trying to get all images accessed to run a script before they are sent in a respo You can do it with mod_rewrite, rewrite the url to call a...
Separate names with a comma.