belg4mit has asked for the wisdom of the Perl Monks concerning the following question:
But I get Too late for "-Mstrict" option at /tmp/b line 1.. And I can't figure out why...#!/usr/bin/perl -wMstrict my$A="a";$A++for(0..285074);print$A;
--
perl -pe "s/\b;([st])/'\1/mg"
Edit kudra, 2002-01-10 Added to title
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Too late for
by Kanji (Parson) on Jan 10, 2002 at 14:50 UTC | |
by belg4mit (Prior) on Jan 10, 2002 at 14:54 UTC | |
|
Re: Too late for
by rendler (Pilgrim) on Jan 10, 2002 at 14:51 UTC |