#!/usr/bin/perl use Cwd qw/abs_path/; print abs_path( $_ ) for ( @ARGV );