in reply to Re: LWP file transfer running out ot memory on a whopping big file
in thread LWP file transfer running out ot memory on a whopping big file

It's workin' like a charm--thanks!

for ($i = 0; $i < 1000; $++) { print "I _will_ remember to read lwpcook as part of the lwp docum +entation.\n"; }

adamsj

They laughed at Joan of Arc, but she went right ahead and built it. --Gracie Allen

  • Comment on Re: Re: LWP file transfer running out ot memory on a whopping big file
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: LWP file transfer running out ot memory on a whopping big file
by belden (Friar) on Feb 07, 2002 at 22:17 UTC
    for ($i = 0; $i < 1000; $++)

    Whoopsie, you forgot an 'i'.

    print "I wll remember my i's\n" for ( 0..999);
    Couldn't resist ;)

    blyman
    setenv EXINIT 'set noai ts=2'