#!/usr/bin/perl -w use strict; use warnings; my $X = "abc"; $X = int($X); print $X;