in reply to Reading from files
#!/usr/bin/perl use warnings; use strict; open my $IN, '<', shift or die $!; open my $OUT, '>', shift or die $!; while (<$IN>) { my ($before, $between, $after) = /(.*?clothes)(.*?)(mall.*)/; print {$OUT} "$before '$between' $after\n"; }
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reading from files
by AmberThai (Initiate) on Jan 18, 2016 at 10:34 UTC | |
by choroba (Cardinal) on Jan 18, 2016 at 13:03 UTC |