Help for this page

Select Code to Download


  1. or download this
    sub func {
       my ( $str, $desktop_info, $files ) = @_; #sref, href, aref
    ...
      ...
    
    }
    
  2. or download this
    sub func {
       my ( $str->$, $desktop_info->%, $files->@ ) = @_; 
    ...
      ...
    
    }