Help for this page

Select Code to Download


  1. or download this
    my $foo= (my $bar = localtime)?("$bar hello"):("FAILED!");
    
  2. or download this
    Global symbol "$bar" requires explicit package name at ./scope.pl line
    + (whatever)
    
  3. or download this
    print do { if(my $bar = localtime){ "$bar hello"}else{ "FAILED!" } };