Help for this page

Select Code to Download


  1. or download this
    my $x = "Foo"  . 10;
    
  2. or download this
    let x = "Foo" ^ int_as_string(10)
    
  3. or download this
    % perl -MO=Concise -e 'my $x = "Foo" . 10;'
    6  <@> leave[1 ref] vKP/REFC ->(end)
    ...
    3        <$> const[PV "Foo10"] s ->4
    4        <0> padsv[$x:1,2] sRM*/LVINTRO ->5
    -e syntax OK