Please see below ... www.macfh.co.uk/CEMH.html
> -----Original Message----- > From: get_iplayer [mailto:[email protected]]On > Behalf Of John Reay > Sent: 07 May 2016 01:20 > To: [email protected] > Subject: XML::Simple problem > > Suddenly, today, I started getting this error with every attempted > download. Does anyone have any ideas? > > john@system7 ~ $ get_iplayer --pid=b0795rt5 > --file-prefix="<title>_<episode>_<pid>" --vmode=best --force > get_iplayer v2.94, Copyright (C) 2008-2010 Phil Lewis > This program comes with ABSOLUTELY NO WARRANTY; for details > use --warranty. > This is free software, and you are welcome to redistribute > it under certain > conditions; use --conditions for details. > > WARNING: Please download and run latest installer or install the > XML::Simple Perl module to use the Series and Brand parsing > functionality Is this Linux, Mac, or Windows? Either way, try going into a XTerm shell (Linux), Command Prompt (Windows), or whatever the Mac equivalent is and typing ... perl --version (If doesn't this get a meaningful reaponse in that a message about the perl program not being found is output instead of the the version of PERL that you have installed, then you will have to find the path to the PERL program yourself and prepend it to the following command) and then try ... cpan XML::Simple ... which should install/reinstall the module. _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

