Search found 6 matches
Aprelium Forum Index
Author Message
  Topic: How do I open an image with my perl script?
rockslammer_

Replies: 7
Views: 19106

PostForum: Perl   Posted: Tue Dec 23, 2003 2:50 am   Subject: A lot of good examples here
http://pleac.sourceforge.net/pleac_perl/t1.html
http://pleac.sourceforge.net/pleac_perl/webautomation.html
  Topic: WebHost Free Problems
rockslammer_

Replies: 14
Views: 41024

PostForum: Perl   Posted: Tue Dec 23, 2003 2:38 am   Subject: HTML tag errors?
Check the < and the > are they all there?

I did a pasting error today got the same thing-

</SCRIPT ( > was missing )
makes the runaway string


as will a forgotten ;

print ...
  Topic: 200 Error and FLOCK
rockslammer_

Replies: 5
Views: 17439

PostForum: Perl   Posted: Fri Dec 19, 2003 1:49 am   Subject: Yep
I stand corrected I guess :?:

NTFS can lock

9x etc can't

Then again then a lot of programs out there
suggest that when run on Windows
change from =1 to =0 on certain locking
routines (ol ...
  Topic: .htaccess / .htpasswd
rockslammer_

Replies: 5
Views: 21323

PostForum: Perl   Posted: Fri Dec 19, 2003 12:17 am   Subject: Problem solved--August 2003
Re: the above suggestion

print qq~
<TABLE>
<TR>
... plain HTML and/or $vars inside here...
</TR>
</TABLE>
~;

That works too, LOL :D
A lot of the scripts th ...
  Topic: login using cgi
rockslammer_

Replies: 6
Views: 18965

PostForum: Perl   Posted: Thu Dec 18, 2003 9:03 pm   Subject: Logins, Hot Linking and Redirection
write 2 scripts
1- make user and pass
2- login

Have the login script output the page in Perl.
Make sure that the login script has an empty fields sub routine.
That way if someone links to the ...
  Topic: 200 Error and FLOCK
rockslammer_

Replies: 5
Views: 17439

PostForum: Perl   Posted: Thu Dec 18, 2003 7:13 am   Subject: Fat32 and NT flock?
Windows can not "lock" a file
UNIX can
flock is not compatable with Windows
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group