Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    V1=/home/user
    V2=$V1/test
    V3=$V2/file.txt
    
  2. or download this
    $VAR1 = {
              'V1' => '/home/user',
              'V2' => '/home/user/test',
              'V3' => '/home/user/test/file.txt'
            };