Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub f :lvalue { ($i,$j) }
    f() = (4,5);
    print("$i,$j\n");
    
  2. or download this
    Useless use of a constant in void context at script.pl line 5.
    Use of uninitialized value in concatenation (.) or string at script.pl
    + line 6.
    ,5