[Perl-unix-users] File Download

2002-06-30 Thread Britt
I could use some information on downloading html and other files by browser without tar or something like that, using perl.I don't know much perl.I'm just an if and or else idiot. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http:/

[Perl-unix-users] Click Retry Alert Box

2002-05-26 Thread Britt Beaman
I have pages that need to be reloaded.When reloading, I get an Alert Box that isn't necessary for the pages. Is there a way to stop the Alert Box from coming up? The Alert is as follows: * Microsoft Internet

[Perl-unix-users] rewriting data

2001-11-05 Thread Britt
One solved problem...so I'll try agianI'm having trouble rewriting data.When my perl program creates a file, it can also write to it at that time.When I try to rewrite the file (this works on windows) it leaves a blank file. #!/usr/bin/perl $pgdat="/usr/home/usrnm/public_html/db"; print "Con

[Perl-unix-users] Script works on Windows server but not on UNIX server

2001-11-01 Thread Britt
I am puzzeled that a script will work on Windows servers and not on UNIX servers.Even a script as simple as hello.pl       Any ideas for a begginer?