#!/usr/bin/perl -l use Factory; print $_->version for Factory->new('1.0'), Factory->new('2.0'), ;