All pastes #2058243 Raw Edit

Anonymous

public text v1 · immutable
#2058243 ·published 2011-05-13 13:59 UTC
rendered paste body
[theorem@gbl20000317 ]$ ./sample.pl 
Check is 
[theorem@gbl20000317 ]$ cat sample.pl 
#!/app/gmd/bin/perl

my $CHECK = '';
BEGIN {
  $CHECK = 1;
}
print "Check is $CHECK\n";