Help for this page

Select Code to Download


  1. or download this
    my $path = '/home/temp//login' ;
    my ( @parts ) = ( $path =~ /([\/\\]?\w+)(?(?=[\/\\]+\w+[\/\\]*?$)[\/\\
    +]+)(?=$|[\/\\])?/g );
    
    warn Dumper \@parts ;
    
  2. or download this
    my ( $a, $b , $c ) = ...