#!/usr/bin/perl use CGI; $cgi=new CGI; print $cgi->header(); print '
> curl -sS https://getcomposer.org/installer | php'; chdir('../'); @step1= `curl -sS https://getcomposer.org/installer | php`; print '
'; foreach (@step1) { print; } print ''; print 'Next Step';