- or download this
my(@folder_name,$temp1,$temp2);
...
...
...
$temp1 = pop(@folder_name);
$temp2 = pop(@folder_name);
- or download this
my(@folder_name,$temp1,$temp2);
...
$temp1 = <ONE>;
...
$temp2 = <TWO>;
- or download this
mkdir "/var/www/html/piRNA_html/UNAFold/output/$temp2",0777
or die "Cannot make directory /var/www/html/piRNA_html/UNAFold/outpu
+t/$temp2, error was $!";