in reply to Re^4: The True but Zero value?
in thread The True but Zero value?
#!/usr/bin/perl use warnings; use strict; while (<DATA>) { if (my $flipflop = /start/ .. /end/) { print "$flipflop: $_"; } } __DATA__ before start 1 2 3 end after
Output:
1: start 2: 1 3: 2 4: 3 5E0: end
($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^6: The True but Zero value?
by Marshall (Canon) on Mar 23, 2016 at 17:29 UTC |