Help for this page

Select Code to Download


  1. or download this
    s/foo/bar/ for (@these) if ($this);
    
  2. or download this
    map { s/foo/bar/ } @these if ($this);
    
  3. or download this
    print "The 'bar' attribute of object 'foo' is $foo->bar();\n";
    
  4. or download this
    print "The 'bar' attribute of object 'foo' is @{[ $foo->bar() ]};\n";