Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use strict;
    ...
    $thing  = "stringy eval";
    
    say $string;
    
  2. or download this
    use v5.10;
    use strict;
    ...
    my @thing  = qw( stringy eval );
    
    say $string;