. The mailing list archive did not have any replies posted to
his question, so sorry if this has been answered before.
Thanks.
Justin Hopper
[EMAIL PROTECTED]
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http
IO::SOCKET =)
Justin Hopper
[EMAIL PROTECTED]
On Fri, 2002-05-17 at 20:38, Johnno wrote:
> how do you upload a file in perl??
>
> I have var $file which is the file on the local HD.. from there is where a
> get into trouble..
>
> open (OUTFILE, ">$file");
> $buffer
7;t have to use it, you can go through
the CGI_LIB.pl script and take what you want from it and code it however
you want.
Justin Hopper
[EMAIL PROTECTED]
On Sat, 2002-05-18 at 03:42, Johnno wrote:
> I use a html file to browse the HD and then upload it to the web server
>
> my $file = $r
It doesn't look like anything that you are doing wrong. That example
should compile fine (it's more complex examples that I can't seem to get
working). I'm not sure what the problem is, but it looks like perlcc
may not like your installation of perl. Sorry I couldn't be more help.
Perhaps some
You will want to take a look at the 'stat' function. It will give you
all the information available for a file.
Justin Hopper
[EMAIL PROTECTED]
On Wed, 2002-05-29 at 17:27, [EMAIL PROTECTED] wrote:
> Hi, I need to find a file with a specific date and timestamp,
> therefore
I've only delt with this problem once, so others may have better
instructions if you are still stuck.
Justin Hopper
[EMAIL PROTECTED]
On Mon, 2002-07-15 at 07:50, Nagesh Reddy wrote:
> Hi all,
>
> I have been using perl5.00503 all these days to run
> my perl scripts. But when i
ination file. This should help performance because
the system does not have to fork, set up the shell, execute the 'cp'
program, and then return.
> Thanks in advanced!
>
> Trent Stephens
--
Justin Hopper <[EMAIL PROTECTED]>
UNIX Systems Engineer
BSDHosting.net
Hosting Di
compile is only throwing back the
single error of not being able to find the Unicode::String module,
though I don't know if it is expecting that to be installed in the host
system or not. Seems silly if it would require a module that it didn't
ship with. You may want to sea