Help for this page
my $os = eval "\\&FTP::Session::${^O}->new"; my %constor = ( $^O => $os );
sub new { bless {}, shift }; # which is equivalent to this ... # Bless could actually be: bless {}, 'Package::Name';