ok i have two fields in my html document
1) txtSearchString
2) cboSearchType
now i want to use $ENV{'QUERRY_STRING'}; to get the values
but what i need to know is how to pass the values on submit ie
<form action="cgi-bin/search.pl?txtSearchString&cboSearchType"...
hey all
heres the prob
sub initialize
{
system( "startTime.bat" );
print "Content-type:....";
}
sub process
{
do something....
}
sub terminate
{
system( "endTime.bat" );
do something;
}
-ok the first batch program i call works perfectly.
-the last...
how do i run batch files with perl
right now i tried
system( "time.bat" );
and i only works once i wont run the batch file a second time?
any clue why?
thanks
hey all
im in need of obtaining milliseconds. is there perl function for this?
i have a search script that has three subroutines.
1) initialize
2) process
3) terminate
in initialize i want to get the current milliseconds of the current time
in the terminiate i want to get the current...
ok heres the prob
i have the size of a file stored in $filesize. it return the size in kb so i wanted to add the thousands separator to the $filesize ( e.g. 2,345). how do i go about doing this?
any help is greatly appreciated
Hey all
Im trying to get a files size but here the prob im having
i have a foreach loop like so which i was hoping would return a files size but no go.
foreach $file (@array)
{
@stat = (stat($file))[7];
}
how can i get a files size on win32
thanks for anyones help in advance
jimmyJIMMYyaya
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.