Help for this page

Select Code to Download


  1. or download this
    Can't cd to ../../../../../../../../../../../../.. from C:/Dokumente und Einstellungen/User/Anwendungsdaten/Macromedia/Flash Player/#SharedObjects/3V6TWZWS/static.sf-cdn.com/MD5=02b6557eb0995f2859ece9db3a0ce8fb/default/swf/v4_0/platform/bin/com/snapfish/modules/controllers/upload/UploadController.swf at D:/usr/lib/File/Find.pm line 983, <STDIN> line 1.
  2. or download this
        $tmp = join('/',('..') x ($CdLvl-$Level));
    }
    chdir ('..') or die "Can't cd to .. from $dir_name"
        while $tmp =~ s/^\.\.\///o;
    die "Can't cd to $tmp from $dir_name"
        unless chdir ($tmp);