hi guys,
i wanna copy a directory with all its sub directories, to another directory.
pls help. its urgent. i even tried xcopy, but in vain
User Profile
Collapse
-
Recursively copy a directory tree
-
yup, i've saved it in the same directory as my html file.... -
not speechless exactly but im trying to polish what i've done so far. got lots more to do....Leave a comment:
-
-
problem with logo
hi,
I'm designing a page for my company. the company logo has been sent to me as an attachment through mail.
how do i use this in the desired position on my page? -
oh ok. so is this correct now?
...Code:#!/usr/bin/perl -T use strict; use warnings; use CGI; # LOGIN CGI; # use CGI ':standard'; print "Content-type: text/html\n\n"; print "<html>\n"; print "<form action=".../trial1july18.plx" method="post"> print "<body>\n"; print "<b><center><font
Leave a comment:
-
hi,
thanks for checking it. i wanna know what does flag do in it. im new tp perl so i wanna know.Leave a comment:
-
hi jeff,
this is what i've done so far. pls check if its correct.
thanks.
...Code:#!/usr/bin/perl # Login CGI use CGI ':standard'; use warnings; use strict; print "Content-type: text/html\n\n"; print "<html>\n"; print "<body>\n"; print "<b><center><font size=7 color="#6699FF" face=arial>DELTAZIA</font></center></b>\n";
Leave a comment:
-
how to confirm uname and pswd and allow access to next page.
hi guys,
I have to accept the username and password entered on the web page(designed using html) store them in 2 variables (say, $var1 and $var2) and compare it with a text file(unpw.txt) which already has the list of username and its password (which will be split and stored as $uname and $pswd).
i was told to use html in perl scripts. im having trouble with perl and also in including html in it.
pls help.
No activity results to display
Show More
Leave a comment: