Help for this page

Select Code to Download


  1. or download this
    foreach (@attachments) {
        $_->method1;
        $_->method2;
    }
    
  2. or download this
    {
        local $/ = undef;
        $data = <FILE>
    }
    
  3. or download this
    local $_