#!/usr/bin/perl -w my $const = \"Something\n"; chomp( my $newvar = $$const ); print "$newvar "; print "Should be on the same line...\n";