in reply to why this code doesnt work?
#! /usr/bin/env perl use strict; use warnings; use Cwd 'getcwd'; print "current dir: ", getcwd(), "\n"; [download]