Hi all,
The function stat() doesn't seem to work in my version of ActiveState Perl 518 running
under Windows NT 4 SP 6.
I get a null array even though the file handle IN is alright.
My aim is to try to get the creation date of a file and convert it to human-readable
form for a report.
Any idea
David Jourard wrote:
> Hi,
>
> I've been asked to write a remote backup utility using ftp.
>
> Basically they want to be able to backup those files which have changed
> in date since the last backup (or size.)
>
> Has anyone done this before.
>
> I had 2 ideas:
>
> a. customize net::ftp and
- Original Message -
From: "David Jourard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 6:27 PM
Subject: Remote Backup using net::ftp
> Hi,
>
> I've been asked to write a remote backup utility using ftp.
>
> Basically they want to be able to backup thos
That worked like a charm, thanks. I was searching all over for the
win32::initiatesystemshutdown module. I suppose that's what learning is all
about and why I couldn't find it.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Edward G.
Orton
Sent: Wednes
- Original Message -
From: "eyehle" <[EMAIL PROTECTED]>
To: "activeperl@listserv. ActiveState. com"
<[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 4:32 PM
Subject: Perl Win32-Reboot script
> Does anyone have a working version of a script that uses
> Win32 InitiateSystemShutdown t
I'm trying to find this module and I'm not having any luck finding it. Any
suggestions?
Yehle
___
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Does anyone have a working version of a script that uses
Win32 InitiateSystemShutdown to reboot a W2K box?
I've looked all over, but I new to this and I can't find anything written on
a fifth grade level. Thanks
Yehle
___
ActivePerl mailing list
[EMA
Scott Miller wrote:
> Hi List,
>
> I am new to using Perl. I have am using apache server on a windows2000
> machine. This is a test machine. The live scripts will be on a unix box.
>
> I want users to fill in a form to create a directory on the web server. I
> have read the documentation of
Mark Graves wrote:
> I'm having problems with a very simple perl script that works fine on PERL5, but
>doesn't work with ActivePerl - - it's got something to do with ARGV and the '='
>symbol.
>
> On my website, when people link to an outside souce I use a perl script that is
>passed a URL as
Can you send a code snippet?
A couple of suggestions from the hip:
1. Try encapsulating the $ARGV[0} in quotes for example:
$Foo = "$ARGV[0]"; or $Foo = qq!$ARGV[0]!;
2. Use a regex to substitute out the = with an escape char for example:
($Foo = $ARGV[0]) =~ s/\=/\\=//g; #NOT
Edward G. Orton wrote:
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 27, 2002 12:59 PM
> Subject: Finding available space on a drive
>
>
>
>>Does anyone know any methods/modules to check the remaining
>>
> space on a
>
>>drive
From: "Mark Graves" <[EMAIL PROTECTED]>
> I'm having problems with a very simple perl script that works fine on
> PERL5, but doesn't work with ActivePerl - - it's got something to do
> with ARGV and the '=' symbol.
>
> On my website, when people link to an outside souce I use a
--- [EMAIL PROTECTED] wrote:
> Jim Angstadt writes:
> Have you tried:
>
> $butt_p = $mw->Button(
>-image => $white,
>-command => [ \&flip, \$butt_p, $gray ] )->grid
> (
Hi Brian,
Thanks for the reply. When using the above, in each
of the buttons, I get these output messages:
my nam
Hi All,
I have a problem i need a window widthout borders and title and
so on. I will habe only one image on the Desktop and on mousepress on
the image the "window" shoud move width the mouse to the new position.
Is it able to do this width Perl/TK ??
Please send me the script, too.
Cu Makus
I'm having problems with a very simple perl script that works fine on PERL5, but
doesn't work with ActivePerl - - it's got something to do with ARGV and the '=' symbol.
On my website, when people link to an outside souce I use a perl script that is passed
a URL as a variable, like so:
leaving.
Brian,
Thx, the code snippet you sent worked...
With regards to module use, I'm cautious about using these since I've run
into many situations where I upload a script to a unix/web server and
modules aren't available...
Actually I have another lib that does a hash array for CGI arguments. I wa
> [EMAIL PROTECTED] writes:
> > Hi all,
> >
> > I am trying to use pointers to arrays to process a configuration file...The
> > config file has a key and a value per row separater by a colon (:).
> >
> > key01:value01
> > key02:value02
> > key03:value03
> >
> > The function to process
17 matches
Mail list logo