- or download this
my %vf_labels;
...
map $vf{$_}->pack( -side => 'top' ), ( keys %vf );
- or download this
#!/usr/bin/perl
...
;
}
}
- or download this
#!/usr/bin/perl
...
$mw->repeat(1000, [sub{ ${$_[0]}++; $label->update; }, \$number ]
+ );
$mw->waitVisibility;
- or download this
# [ pOnseq(2) > = 9, 25, 16
#{ _ _ , _ _ , _ _ } @2 = [ , , ]
...
# 8 8
# 4 4
#
- or download this
#!perl
use strict;
...
unlink{ 'tmp.err' };
}
- or download this
$zeroe 0__________
SV = PV(0xeb850c) at 0xeba53c
...
[][][][][][][][][][]
Press any key to continue . . .
- or download this
|| ||| ||||| ||||||| ||||||||||||||| ||||||||||||||||||||||
+|||||||||||||||||||||
...
||||||||||||||||||||||||||||||||||||||||||| 2b my todo hex()
+ 21 x || remainder: |
Press any key to continue . . .
- or download this
cpanm (App::cpanminus) 1.7044 on perl 5.014002 built for MSWin32-x86-m
+ulti-thread
Work directory is C:\Users\ZOMBIKE~1/.cpanm/work/1562478735.5744
...
dmake.exe: Error code 255, while making 'test_dynamic'
-> FAIL You don't seem to have a PAGER :/
Entering C:/Users/ZOMBIKE~1/.cpanm/work/1562478735.5744/Module-Compile
+-0.37 with C:\WINDOWS\system32\cmd.exe
- or download this
DB<2> s
Capture::Tiny::capture((eval 40)[C:/Dwimperl/perl/site/lib/Capture/Tin
+y.pm:38]:1):
...
0 undef
+ DB<31>
- or download this
#!/usr/bin/perl
...
}
# see https://abr.business.gov.au/Help/AbnFormat
}
- or download this
# example of pass by reference
- or download this
# bless $var;
- or download this
$arrvar->[0]; # deref array element access
$arrvar->{'anoint'}; # deref hash element access
$arrvar->subroutine; # deref subroutine call
- or download this
$arrvar->subroutine; # deref subroutine call
- or download this
sub iexpectanarraycontainingdataaboutaccuracy{
...
return 1;
}
- or download this
#!perl
...
}
exit (0);
- or download this
unless(eval{ $arrayref->can(maxstr) }){
carp $@
...
$arrayref->maxstr()
}
# carps
- or download this
#!perl
...
}
exit; #(?) :D
- or download this
windos% perl -Mv5.20 -Mstrict -MConfig -w -e "say $Config{versiononly}
+"
- or download this
#!perl
...
open my $fh, '>', '.\configlist.txt' or die $!;
print {$fh} config_sh();
close $fh;
- or download this
sub donotrun_this_is_an_example{
...
return Soan & $bitmask;
}
- or download this
perl -pi.bak -e "
...
s/(<.*?CIT-)(\w+)(-\w\d+.*?>)/"$1$2".$nameshash->{$2}++."$3"/ge;
" bibliofile
- or download this
my %combinations = (
co1 => [
...
}
}
- or download this
%combinations = (
co1 => [
...
us2 => [ qw(one two three five seven) ],
us3 => [ qw(one one two three five) ],
);