Excuse my question friends, does anyone have the PERL script
that can
create the html with links.
CAN ANYONE SHARE IT! PLEASE
OR CAN ANYONE PUT ME IN THE RIGHT DIRECTION THIS IS THE
SCRIPT
#!/usr/bin/perl
use Fcntl; #The Module
print "content-type: text/html nn"; #The header
sysopen (HTML, 'myhtml.html', O_RDWR _EXCL _CREAT,
0755);
$mystring = "myhtml";
printf HTML "<html>n";
printf HTML "</body>n";
printf HTML "</html>n";
close (HTML);
IS THERE ANY EASIER WAY TO DO IT
Unsubscribing info is here: h
ttp://help.yahoo.com/help/us/groups/groups-32.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://g
roups.yahoo.com/group/perl-beginner/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http
://groups.yahoo.com/group/perl-beginner/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:perl-beginner-digest@yahoogroups.com
mailto:perl-beginner-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
perl-beginner-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|