Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    
  2. or download this
    use v5.10; # say
    
  3. or download this
    use feature 'say';
    
  4. or download this
    use v5.10; # //
    
  5. or download this
    use Syntax::Construct qw( // ... );