Help for this page

Select Code to Download


  1. or download this
    TEMP_FILE=`mktemp -p $HOME`
    
    ...
    
    su -c "sh $TEMP_FILE"
    rm $TEMP_FILE
    
  2. or download this
    cat <<'EOT'> /opt/perl/perl_profile.sh
    #!/bin/sh
    ...
    EOT
    
    chmod 755 /opt/perl/perl_profile.sh
    
  3. or download this
    . /opt/perl/perl_profile.sh
    
    ...
    
            make && make test && make install
    )