Help for this page

Select Code to Download


  1. or download this
    a my ($b, $c)
    
  2. or download this
    use A qw/a/;
    a my ($b, $c);
    
  3. or download this
    my ( $b, $c );
    a $b, $c;
    
  4. or download this
    $b->a($c)