#!/usr/bin/perl use strict; use warnings; my $OLE = 0; BEGIN{ $OLE = 5; } print $OLE;