in reply to Re: Re: Re: A string that begins with $ (again)
in thread A string that begins with $ (again)
but im closer now, thanx again!#/user/bin/perl -w use strict; while (<>) { $var = substr($_, 3, 2); print "$var"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (5): A string that begins with $ (again)
by rchiav (Deacon) on Apr 25, 2001 at 05:29 UTC |