in reply to Re: Re: about while() combine with ARGV
in thread about while() combine with ARGV

Except that since the first element of @ARGV is the one he wants to keep, he'd have to then put it back somehow.

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker, who'd like a (from-home) job
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

  • Comment on Re: Re: Re: about while() combine with ARGV

Replies are listed 'Best First'.
Re: Re: Re: Re: about while() combine with ARGV
by particle (Vicar) on Feb 19, 2002 at 14:44 UTC
    perhaps unshift? or maybe pop the arguments off in the first place... TMTOWTDI!

    ~Particle