Rob Dixon wrote:
> 
> John W. Krahn wrote:
> > Scot Needy wrote:
> >>
> >>         ($wwwname,$cust,$YYMMDDay) = split('\.',$_);
> >
> > The first argument to split is a regular expression.
> >
> >     my ( $wwwname, $cust, $YYMMDDay ) = split /\./;
> 
> But, as it has an implied 'm',

I don't know what you mean by this.  Could you explain please?

> any delimiter will do.

Have you tried it?



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to